home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 December / INTERNET97.ISO / pc / software / windows / utils / gozilla / gozilla.exe / {app} / big.skin / rc_cat_menu.skn < prev    next >
Encoding:
Text File  |  2001-08-29  |  930 b   |  19 lines

  1. <form name="Right Click Downloaded Menu" image="window\black.bmp" 
  2.     resize_image=stretch resize_window=false width=160 height=72>
  3.    
  4.     <button name="add_cat" x=0 y=0
  5.         image="menu\menu_top_n.bmp" mouseOver="menu\menu_top_o.bmp" mouseDown="menu\menu_top_d.bmp"
  6.         text="Add Category"
  7.         text_x=5 text_y=7 font=arial fontsize=14 fontcolor=#000000 mouseovercolor=#3D3D9E>
  8.  
  9.     <button name="edit_item" x=0 y=26 
  10.         image="menu\menu_n.bmp" mouseOver="menu\menu_o.bmp" mouseDown="menu\menu_d.bmp"
  11.         text="Edit Category"
  12.         text_x=5 text_y=1 font=arial fontsize=14 fontcolor=#000000 mouseovercolor=#3D3D9E>      
  13.  
  14.     <button name="remove" x=0 y=46 
  15.         image="menu\menu_bot_n.bmp" mouseOver="menu\menu_bot_o.bmp" mouseDown="menu\menu_bot_d.bmp"
  16.         text="Remove Category"
  17.         text_x=5 text_y=1 font=arial fontsize=14 fontcolor=#000000 mouseovercolor=#3D3D9E>
  18.  
  19. </form>